home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 1_2002.ISO / Data / Zips / CODE_UPLOAD2001.psc / My Projects / HTTPServer / V2.0 / HTTPServerLib.vbp < prev    next >
Encoding:
VisualBasic Project  |  1999-11-07  |  1.7 KB  |  66 lines

  1. Type=OleDll
  2. Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\..\..\WINDOWS\SYSTEM\STDOLE2.TLB#OLE Automation
  3. Class=HTTPServiceRequest; HTTPServiceRequest.cls
  4. Module=modHTTPUtil; modHTTPUtil.bas
  5. Module=modHTTPServMain; modHTTPMain.bas
  6. Form=frmHTTPMonitor.frm
  7. Class=DelimitedString; DelimitedString.cls
  8. Class=HTTPServer; Server.cls
  9. Class=HTTPParameter; HTTPParameter.cls
  10. Class=HTTPParameterList; HTTPParameterList.cls
  11. Class=HTTPHeaderList; HTTPHeaderList.cls
  12. Class=HTTPHeader; HTTPHeader.cls
  13. Object={248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0; MSWINSCK.OCX
  14. Form=frmserver.frm
  15. Module=modSockServMain; modsockservmain.bas
  16. Class=SocketConnection; socketconnection.cls
  17. Class=SocketServer; socketserver.cls
  18. Class=ISocketFactory; isocketfactory.cls
  19. Class=ILogProvider; ilogprovider.cls
  20. IconForm="frmHTTPMonitor"
  21. Startup="Sub Main"
  22. HelpFile=""
  23. Title="HTTPServer"
  24. Command32=""
  25. Name="HTTPServerLib"
  26. HelpContextID="0"
  27. Description="HTTP Server Object Library"
  28. CompatibleMode="0"
  29. CompatibleEXE32="HTTPServer.exe"
  30. MajorVer=2
  31. MinorVer=0
  32. RevisionVer=0
  33. AutoIncrementVer=1
  34. ServerSupportFiles=0
  35. DllBaseAddress=&H17950000
  36. VersionCompanyName="RMT"
  37. CondComp="debugmode = 0"
  38. CompilationType=0
  39. OptimizationType=0
  40. FavorPentiumPro(tm)=0
  41. CodeViewDebugInfo=0
  42. NoAliasing=0
  43. BoundsCheck=0
  44. OverflowCheck=0
  45. FlPointCheck=0
  46. FDIVCheck=0
  47. UnroundedFP=0
  48. StartMode=1
  49. Unattended=0
  50. Retained=0
  51. ThreadPerObject=-1
  52. MaxNumberOfThreads=1
  53. ThreadingModel=1
  54. DebugStartupOption=0
  55.  
  56. [MS Transaction Server]
  57. AutoRefresh=1
  58.  
  59. [RVB]
  60. DeleteClass1=Form1
  61. DeleteClass2=modWTServerMain
  62. DeleteClass3=modWTServerMain
  63. DeleteClass4=HTTPHeaderList
  64. DeleteClass5=HTTPHeader
  65. DeleteClass6=HTTPWebServer
  66.